add islower/isupper functions (#196)
authorSteven G. Johnson <stevenj@mit.edu>
Tue, 25 Aug 2020 20:42:59 +0000 (16:42 -0400)
committerGitHub <noreply@github.com>
Tue, 25 Aug 2020 20:42:59 +0000 (16:42 -0400)
commit5622a0a51be80234b4464ee100bc26272e3d5210
tree5d8d03923c3a357e551179b00e025dc1ffb35f0a
parent08f9999a0698639f15d07b12c0065a4494f2d504
add islower/isupper functions (#196)

* add islower/isupper functions

* added test

* more tests + bugfix

* Makefile fix

* rm iscase test on make clean
.gitignore
Makefile
data/Makefile
data/data_generator.rb
test/iscase.c [new file with mode: 0644]
test/printproperty.c
utf8proc.c
utf8proc.h
utf8proc_data.c